home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00045_Script_45 < prev    next >
Text File  |  2001-12-07  |  317b  |  13 lines

  1. global scorez, randomvalue, startingpoint, stallamount
  2.  
  3. on exitframe me
  4.   if scorez = startingpoint + 10 then
  5.     startingpoint = startingpoint + 10
  6.     if randomvalue > 10 then
  7.       randomvalue = randomvalue - 10
  8.     end if
  9.   if stallamount > 1 then
  10.     stallamount = stallamount - 5
  11.   end if
  12. end if
  13. end